3.985 \(\int \frac{x}{\left (a+b x^2+c x^4\right )^{3/2}} \, dx\)

Optimal. Leaf size=36 \[ -\frac{b+2 c x^2}{\left (b^2-4 a c\right ) \sqrt{a+b x^2+c x^4}} \]

[Out]

-((b + 2*c*x^2)/((b^2 - 4*a*c)*Sqrt[a + b*x^2 + c*x^4]))

_______________________________________________________________________________________

Rubi [A]  time = 0.0492076, antiderivative size = 36, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 18, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.111 \[ -\frac{b+2 c x^2}{\left (b^2-4 a c\right ) \sqrt{a+b x^2+c x^4}} \]

Antiderivative was successfully verified.

[In]  Int[x/(a + b*x^2 + c*x^4)^(3/2),x]

[Out]

-((b + 2*c*x^2)/((b^2 - 4*a*c)*Sqrt[a + b*x^2 + c*x^4]))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 6.18673, size = 36, normalized size = 1. \[ - \frac{2 b + 4 c x^{2}}{2 \left (- 4 a c + b^{2}\right ) \sqrt{a + b x^{2} + c x^{4}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x/(c*x**4+b*x**2+a)**(3/2),x)

[Out]

-(2*b + 4*c*x**2)/(2*(-4*a*c + b**2)*sqrt(a + b*x**2 + c*x**4))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0260914, size = 36, normalized size = 1. \[ -\frac{b+2 c x^2}{\left (b^2-4 a c\right ) \sqrt{a+b x^2+c x^4}} \]

Antiderivative was successfully verified.

[In]  Integrate[x/(a + b*x^2 + c*x^4)^(3/2),x]

[Out]

-((b + 2*c*x^2)/((b^2 - 4*a*c)*Sqrt[a + b*x^2 + c*x^4]))

_______________________________________________________________________________________

Maple [A]  time = 0.006, size = 36, normalized size = 1. \[{\frac{2\,c{x}^{2}+b}{4\,ac-{b}^{2}}{\frac{1}{\sqrt{c{x}^{4}+b{x}^{2}+a}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x/(c*x^4+b*x^2+a)^(3/2),x)

[Out]

(2*c*x^2+b)/(c*x^4+b*x^2+a)^(1/2)/(4*a*c-b^2)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x/(c*x^4 + b*x^2 + a)^(3/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.29328, size = 90, normalized size = 2.5 \[ -\frac{\sqrt{c x^{4} + b x^{2} + a}{\left (2 \, c x^{2} + b\right )}}{{\left (b^{2} c - 4 \, a c^{2}\right )} x^{4} + a b^{2} - 4 \, a^{2} c +{\left (b^{3} - 4 \, a b c\right )} x^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x/(c*x^4 + b*x^2 + a)^(3/2),x, algorithm="fricas")

[Out]

-sqrt(c*x^4 + b*x^2 + a)*(2*c*x^2 + b)/((b^2*c - 4*a*c^2)*x^4 + a*b^2 - 4*a^2*c
+ (b^3 - 4*a*b*c)*x^2)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{x}{\left (a + b x^{2} + c x^{4}\right )^{\frac{3}{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x/(c*x**4+b*x**2+a)**(3/2),x)

[Out]

Integral(x/(a + b*x**2 + c*x**4)**(3/2), x)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.314461, size = 61, normalized size = 1.69 \[ -\frac{\frac{2 \, c x^{2}}{b^{2} - 4 \, a c} + \frac{b}{b^{2} - 4 \, a c}}{\sqrt{c x^{4} + b x^{2} + a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x/(c*x^4 + b*x^2 + a)^(3/2),x, algorithm="giac")

[Out]

-(2*c*x^2/(b^2 - 4*a*c) + b/(b^2 - 4*a*c))/sqrt(c*x^4 + b*x^2 + a)